home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10329 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: centre.univ-orleans.fr!desiree!emmguyot
  2. From: emmguyot@desiree.univ-orleans.fr (Emmanuel GUYOT)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: How to link an external libray in BC 4.0?
  5. Date: 7 Mar 1996 15:14:49 GMT
  6. Organization: CITU - Universite d'Orleans - FRANCE
  7. Message-ID: <4hmuh9$u7@centre.univ-orleans.fr>
  8. References: <david.leung.3.00094C03@anu.edu.au>
  9. NNTP-Posting-Host: desiree.cnrs-orleans.fr
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. David Leung (david.leung@anu.edu.au) wrote:
  13. : Can anyone tell me how to include a DOS library in the BC 4.0 complier? 
  14. : I have spent some time to mug around the IDE environment, but I can't  figure
  15. : out a way to do it. Many thanks in advance.
  16.  
  17. Select your project target.
  18. Right click and choose "Add Node"
  19. In the 'list Files of Type' choose librairies (*.lib)
  20. Select your library, and its done.
  21. Now when you'll compile, your library will be linked to
  22. your target.
  23.  
  24. E.G.
  25.  
  26. ------------------------------------------------------------------------------
  27. ---------------------------->>>> Emmanuel Guyot <<<<--------------------------
  28. LPCE-CNRS                              | 
  29. 3A avenue de la Recherche Scientifique | Phone     : 33 38 51 78 25
  30. 45071 Orleans Cedex 2                  | Fax       : 33 38 63 12 34
  31. France                                 | EMail     : emmguyot@cnrs-orleans.fr
  32. ------------------------------------------------------------------------------
  33. Home Page : http://desiree.cnrs-orleans.fr/cgi-bin/cpt_html?index
  34. ------------------------------------------------------------------------------
  35.